@override Future<int?>getQueryPoint() async { final point = await methodChannel.invokeMethod<int>('getQueryPoint', <int,dynamic>{}); return point; }