static Future<bool?> startListen({String? userId}) async { return _channel .invokeMethod('startListen', <String, String?>{'id': userId}); }