base64Encoder class

Constructors

base64Encoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

base64Dec(String input) String
Decodes a base64 string back to UTF-8 string
base64DecBytes(String input) Uint8List
Decodes a base64 string to Uint8List
base64Enc(String input) String
Encodes a UTF-8 string to base64
base64EncBytes(Uint8List input) String
Encodes a Uint8List to base64 string