drawBitmap method

Future<int?> drawBitmap(
  1. Uint8List bmp,
  2. int xDest,
  3. int yDest
)

Implementation

Future<int?> drawBitmap(Uint8List bmp, int xDest, int yDest) {
  throw UnimplementedError('drawBitmap() has not been implemented.');
}