@override Future<void> resume() async { try { await methodChannel.invokeMethod("resume"); } on PlatformException { //print("Stream resume error : $e"); } }