bmpUint8List property

Future<Uint8List> get bmpUint8List

Converts uint8List to BMP format if needed.

Implementation

Future<Uint8List> get bmpUint8List async => (await uint8List).bmpUint8List;