HcImageCompressionStub class
- Inheritance
- 
    - Object
- HcImageCompressionInterface
- HcImageCompressionStub
 
Constructors
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
- 
  compress(HcImageFileConfiguration param) → Future< ImageFile> 
- 
  Compressing image into supported format
  inherited
- 
  compressJpg(HcImageFileConfiguration param) → Future< ImageFile> 
- 
  Compressing image into JPG
  override
- 
  compressPng(HcImageFileConfiguration param) → Future< ImageFile> 
- 
  Compressing image into PNG
  override
- 
  compressWebpThenJpg(HcImageFileConfiguration param) → Future< ImageFile> 
- 
  Compressing image into WEBP if platform supported, otherwise JPG
  override
- 
  compressWebpThenPng(HcImageFileConfiguration param) → Future< ImageFile> 
- 
  Compressing image into WEBP if platform supported, otherwise PNG
  override
- 
  dummyCallNativeCode(String method, Map< String, dynamic> data, Future<ImageFile> callback()) → Future
- 
  
  inherited
- 
  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