getRandomDeviceId method

Future<String> getRandomDeviceId()

Implementation

Future<String> getRandomDeviceId() async {
  return await native(AffiseApiMethod.GET_RANDOM_DEVICE_ID);
}