FlutterAvifPlatform class
Constructors
Properties
- dropPort → NativePortType
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- inner → FlutterAvifWire
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
api2wire_list_encode_frame(
List< EncodeFrame> raw) → Pointer<wire_list_encode_frame> -
api2wire_String(
String raw) → Pointer< wire_uint_8_list> -
api2wire_u64(
int raw) → int -
api2wire_uint_8_list(
Uint8List raw) → Pointer< wire_uint_8_list> -
dispose(
) → void -
inherited
-
executeNormal<
S, E extends Object> (FlutterRustBridgeTask< S, E> task) → Future<S> -
Execute a normal ffi call. Usually called by generated code instead of manually called.
inherited
-
executeStream<
S, E extends Object> (FlutterRustBridgeTask< S, E> task) → Stream<S> -
Similar to
executeNormal
, except that this will return a Stream instead of a Future.inherited -
executeSync<
S> (FlutterRustBridgeSyncTask task) → S -
Similar to
executeNormal
, except that this will return synchronouslyinherited -
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