scanResult method

Future<Map<String, dynamic>?> scanResult()

Implementation

Future<Map<String, dynamic>?> scanResult() {
  throw UnimplementedError('scanResult() has not been implemented.');
}