startRoot method
Starts the Privileged Server through su.
Implementation
Future<PrivServerInfo> startRoot({int? timeoutMillis, String? operationId}) {
throw UnimplementedError('startRoot() has not been implemented.');
}
Starts the Privileged Server through su.
Future<PrivServerInfo> startRoot({int? timeoutMillis, String? operationId}) {
throw UnimplementedError('startRoot() has not been implemented.');
}