suspend method
Suspends network module to stop any network activity
Implementation
Future<void> suspend() async {
await _tonCore.request('net.suspend', null);
}
Suspends network module to stop any network activity
Future<void> suspend() async {
await _tonCore.request('net.suspend', null);
}