menu
chataptor package
documentation
testing.dart
PushServerError
PushServerError.new const constructor
PushServerError.new const constructor
dark_mode
light_mode
PushServerError
constructor
const
PushServerError
(
{
required
String
reason
,
required
Map
<
String
,
dynamic
>
response
,
})
Creates a
PushServerError
.
Implementation
const PushServerError({required this.reason, required this.response});
chataptor package
documentation
testing
PushServerError
PushServerError.new const constructor
PushServerError class