setNotification method

Future<void> setNotification(
  1. List<int> list
)

Implementation

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