Future<void> remove(int id) async { Map<String, Object> data = Map(); data["id"] = id; await _notificationModule.invokeMethod(REMOVE_METHOD, data); }