Set the user ID
static Future<void> setUserID(String? userID) async { await _invokeMethod('setUserID', {'userID': userID}); }