SessionNotification.fromMap constructor

SessionNotification.fromMap(
  1. Map<Object?, Object?> value
)

Implementation

factory SessionNotification.fromMap(Map<Object?, Object?> value) =>
    _sessionNotificationCodec.decode(value);