udid static method

Future<String> udid()

Implementation

static Future<String> udid() async {
  return await FlutterUdid.udid;
}