setCurrentUserUniqueID static method

Future<void> setCurrentUserUniqueID(
  1. String? uniqueID
)

Implementation

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