getDeviceName method

Future<String?> getDeviceName()

Retrieves the device name.

Implementation

Future<String?> getDeviceName() {
  return ZonkaSdkPlatform.instance.getDeviceName();
}