permission.dart 106 B

1234
  1. abstract class IPermissionManager {
  2. ///检查精准定位
  3. Future<void> requestLocationPermission();
  4. }