handleUpdateNotificationPermissionEvent method

Stream<FastAppPermissionsBlocState> handleUpdateNotificationPermissionEvent(
  1. FastAppPermission permission
)

Implementation

Stream<FastAppPermissionsBlocState> handleUpdateNotificationPermissionEvent(
  FastAppPermission permission,
) async* {
  yield currentState.copyWith(notificationPermission: permission);
}