setNotificationIdResourceId method

void setNotificationIdResourceId(
  1. int resourceId
)

Implementation

void setNotificationIdResourceId(int resourceId) async {
  await methodChannel.invokeMethod('setNotificationIdMethodId', {'resourceId' : resourceId});
}