enableScanner method

Future<bool> enableScanner()

Implementation

Future<bool> enableScanner() async => isDeviceSupported ? await _methodChannel.invokeMethod<bool>('enableScanner') ?? false : false;