Future<bool> isLocationPermission() async { return await _channel.invokeMethod<bool>('$_name/isLocationPermission') ?? false; }