startAsServer method

Future<bool> startAsServer([
  1. String? deviceName
])

Start as server (Group Owner) with optional device name

Implementation

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