MethodChannelNativeImage class
An implementation of ConnectivityPlatform
that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- NativeImagePlatform
- MethodChannelNativeImage
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel ↔ MethodChannel
-
The method channel used to interact with the native platform.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cropImage(
{required Uint8List bytes, required double width, required double height}) → Future< Uint8List?> -
crop image by width and height
override
-
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