getDeviceID static method
Implementation
static Future<String?> getDeviceID() async {
final deviceID = await methodChannel.invokeMethod<String?>('getRangersDeivceID');
TTFLogger.i('FlutterTTSDKManager', 'getDeviceID:$deviceID');
return deviceID;
}