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