Log in user
static Future<void> login(String userId) async { await _invokeMethod('login', {"userId": userId}); }