Checks if scanning is in progress.
@override Future<bool> isScanning() async { return await methodChannel.invokeMethod("isScanning") ?? false; }