@override Future<String> lastStatus() async { String status = await methodChannelCaller.invokeMethod("checkLastConnectionStatus"); return status; }