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