onReceiveError property
The event fired after receiving Error, the error parsed from td json raw string result: {"@type": "error", ...}
Implementation
void Function(Error)? onReceiveError;
The event fired after receiving Error, the error parsed from td json raw string result: {"@type": "error", ...}
void Function(Error)? onReceiveError;