ConvertNativeImgStreamPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ConvertNativeImgStreamPlatform
Implementers

Constructors

ConvertNativeImgStreamPlatform()
Constructs a ConvertNativeImgStreamPlatform.

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

convert(Uint8List imgBytes, int width, int height, int quality) Future<Uint8List?>
getPlatformVersion() Future<String?>
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 Properties

instance ConvertNativeImgStreamPlatform
The default instance of ConvertNativeImgStreamPlatform to use.
getter/setter pair