unpause method

Future<void> unpause()

Implementation

Future<void> unpause() async {
  await registerSession();
}