getCpuUser method

Future<String?> getCpuUser()

Implementation

Future<String?> getCpuUser() {
  throw UnimplementedError('platformVersion() has not been implemented.');
}