getDeviceInfoAsJsonString method

Future<String?> getDeviceInfoAsJsonString()

Implementation

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