clearStack function

Future<void> clearStack()

Implementation

Future<void> clearStack() async {
  await kMethodChannel.invokeMethod('PlatformService::clearStack');
}