SessionResumptionConfig.fromJson constructor

SessionResumptionConfig.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory SessionResumptionConfig.fromJson(Map<String, dynamic> json) {
  return SessionResumptionConfig(handle: json['handle']);
}