Future<bool> get isAvailable async => await _channel.invokeMethod('isAvailable').then<bool>((d) => d);