setCurrentUserUniqueID static method
Implementation
static Future<void> setCurrentUserUniqueID(String? uniqueID) async {
TTFLogger.i('FlutterTTSDKManager', 'setCurrentUserUniqueID:$uniqueID');
await methodChannel.invokeMethod<String?>('setCurrentUserUniqueID', uniqueID);
}