currentConnectState method

Future<BTConnectState> currentConnectState()

Implementation

Future<BTConnectState> currentConnectState() async {
  throw UnimplementedError('currentConnectState() has not been implemented.');
}