starwork_flutter/lib/common/constant/app_toast_messages.dart

7 lines
287 B
Dart
Raw Permalink Normal View History

2025-09-06 15:42:26 +08:00
import 'package:get/get.dart';
class AppToastMessages {
static String notLocationPermission = '蓝牙权限被拒绝,请在应用设置页面开启蓝牙权限'.tr;
static String notBluetoothPermissions = '蓝牙权限被拒绝,请在应用设置页面开启蓝牙权限'.tr;
}