@override Future<dynamic> getLastVisit() async { var data = await methodChannel.invokeMethod('getLastVisit'); return data; }