getDeviceSerial method

Future<String?> getDeviceSerial()

Retrieves the device serial number from the native platform.

Implementation

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