resumeShortBreakForAnotherApp static method

Future<void> resumeShortBreakForAnotherApp()

This method is used for resuming session after the app navigated back

Used in conjunction with allowShortBreakForAnotherApp

Implementation

static Future<void> resumeShortBreakForAnotherApp() async {
  await _channel.invokeMethod('resumeShortBreakForAnotherApp');
}