getDeviceID static method

Future<String?> getDeviceID()

Implementation

static Future<String?> getDeviceID() async {
  return _channel.invokeMethod('getDeviceID');
}