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