downloadbmp method

Future<bool> downloadbmp(
  1. String fileName
)

Implementation

Future<bool> downloadbmp(String fileName) {
  throw UnimplementedError('downloadbmp() has not been implemented.');
}