@override Future<String?> ping() async { final ping = await methodChannel.invokeMethod<String>(AppConsts.PING_ACTION); return ping; }