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