getDeviceName method

Future<String?> getDeviceName()

Retrieves the device name from the native platform.

Implementation

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