getUDID method

Future<String> getUDID()

Implementation

Future<String> getUDID() async {
  return await FlutterUdid.consistentUdid;
}