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