refreshSession method

Future<String> refreshSession(
  1. bool shouldOpenPopup
)

Implementation

Future<String> refreshSession(bool shouldOpenPopup) async {
  return (await _postMessage('refreshSession', [shouldOpenPopup])) as String;
}