isConnected property

Future<bool> isConnected

Implementation

Future<bool> get isConnected async =>
    await _channel.invokeMethod('isConnected');