getAppsFlyerUID method

Future<String?> getAppsFlyerUID()

Get AppsFlyer's unique device ID is created for every new install of an app.

Implementation

Future<String?> getAppsFlyerUID() async {
  return await _methodChannel.invokeMethod("getAppsFlyerUID");
}