7 lines
287 B
Dart
7 lines
287 B
Dart
|
|
import 'package:get/get.dart';
|
||
|
|
|
||
|
|
class AppToastMessages {
|
||
|
|
static String notLocationPermission = '蓝牙权限被拒绝,请在应用设置页面开启蓝牙权限'.tr;
|
||
|
|
static String notBluetoothPermissions = '蓝牙权限被拒绝,请在应用设置页面开启蓝牙权限'.tr;
|
||
|
|
}
|