unpause method

Future<void> unpause()

Implementation

Future<void> unpause() async {
  await _gateway?.unpause();
}