Future<void> setNotification(List<int> list) { return mConnconst.invokeMethod('setNotification', <String, List<int>>{"list": list}); }