定位权限
static List<String> get locations => Platform.isAndroid ? [_AndroidPermission.accessMediaLocation] : [_IOSPermission.locationUse];