PixelfreePlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- PixelfreePlatform
- Implementers
Constructors
- PixelfreePlatform()
- Constructs a PixelfreePlatform.
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
-
createBeautyItemFormBundle(
ByteData data, PFSrcType type) → Future< void> -
createWithLic(
String licPath) → Future< void> -
getPlatformVersion(
) → Future< String?> -
isCreate(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pixelFreeSetBeautyExtend(
PFBeautyFiterType type, String value) → Future< void> -
pixelFreeSetBeautyFilterParam(
PFBeautyFiterType type, double value) → Future< void> -
pixelFreeSetBeautyTypeParam(
PFBeautyFiterType type, int value) → Future< void> -
pixelFreeSetFilterParam(
String filterName, double value) → Future< void> -
processWithBuffer(
PFIamgeInput imageInput) → Future< void> -
processWithImage(
Uint8List imageData, int w, int h) → Future< int> -
processWithImageToByteData(
Uint8List imageData, int width, int height) → Future< ByteData?> -
release(
) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ PixelfreePlatform
-
The default instance of PixelfreePlatform to use.
getter/setter pair