startAsClient method

Future<bool> startAsClient({
  1. String? deviceName,
})

Start as client with optional device name

Implementation

Future<bool> startAsClient({String? deviceName}) {
  throw UnimplementedError('startAsClient() has not been implemented.');
}