ensureReconnected method
Reconnects the current jason instance, if any is initialized.
Implementation
Future<void> ensureReconnected() async {
Log.debug('ensureReconnected()...', '$runtimeType');
await _jason?.networkChanged();
Log.debug('ensureReconnected()... done!', '$runtimeType');
}