getImage method

Future<Uint8List?> getImage()

Implementation

Future<Uint8List?> getImage() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}