onRgba method

Future<bool> onRgba(
  1. int key,
  2. Uint8List data,
  3. int height,
  4. int width,
  5. int strideAlign,
)

Implementation

Future<bool> onRgba(
    int key, Uint8List data, int height, int width, int strideAlign) {
  throw UnimplementedError('onRgba() has not been implemented.');
}