Retrieves the current user ID.
Returns a Future that completes with the user ID as a String, or null if no user ID is set.
null
Future<String?> getId() async { return await NativebrikBridgePlatform.instance.getUserId(); }