NyaCodeHelper class
Constructors
Properties
Methods
-
decodeFromNyaCode(
String output) → Future< String> - Since 0.0.7 Async
-
decodeFromNyaCodeSync(
String output) → String -
encodeToNyaCode(
String input) → Future< String> - Since 0.0.7 Async
-
encodeToNyaCodeSync(
String input) → String -
fromBinary(
Uint8List bytes) → Future< String> - Since 0.0.7 Async
-
fromBinarySync(
Uint8List bytes) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toBinary(
String s) → Future< Uint8List> - Since 0.0.7 Async
-
toBinarySync(
String s) → Uint8List -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited