Util class
- Inheritance
-
- Object
- BinaryPackChunker
- Util
Constructors
- Util.new()
Properties
- browser ↔ String
-
latefinal
- browserVersion ↔ int
-
latefinal
-
chunkedBrowsers
→ Map<
String, int> -
final
- chunkedMTU ↔ int
-
getter/setter pairinherited
- CLOUD_HOST → String
-
final
- CLOUD_PORT → int
-
final
-
defaultConfig
→ Map<
String, dynamic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
supports
↔ Map<
String, bool> -
latefinal
Methods
-
binaryStringToArrayBuffer(
String binary) → Uint8List -
blobToArrayBuffer(
Uint8List blob) → Future< Uint8List> -
chunk(
Uint8List blob) → List< Map< String, dynamic> > -
inherited
-
isSecure(
) → bool -
noop(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pack(
dynamic data) → Future< ByteBuffer> -
toString(
) → String -
A string representation of this object.
inherited
-
unpack<
T> (Uint8List data) → T
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited