getDeviceInformation method

Future<String?> getDeviceInformation()

Implementation

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