Fetches the userId, a unique identifier for tracking a user. @returns the userId
Future<String?> getUserId() async { return await _channel.invokeMethod( 'getUserId', jsonEncode(_baseProperties())); }