@override Future<void> setNotificationId(int id) async { return methodChannel.invokeMethod('setNotificationId', {'id': id}); }