Future<bool> checkPermission() async => await _channel.invokeMethod<bool>('checkPermission') ?? false;