startRoot method

Future<PrivServerInfo> startRoot({
  1. int? timeoutMillis,
  2. String? operationId,
})

Starts the Privileged Server through su.

Implementation

Future<PrivServerInfo> startRoot({int? timeoutMillis, String? operationId}) {
  throw UnimplementedError('startRoot() has not been implemented.');
}