getDeviceID method

Future<String> getDeviceID()

Implementation

Future<String> getDeviceID() async {
  return await nativeCall('getDeviceID', []);
}