检测GPS是否打开
@override Future<bool> checkGPS() async { return await channelMethod.invokeMethod(methodCheckGPS); }