Files
eryao/apps/lib/core/timezone/system_timezone.dart
T

6 lines
148 B
Dart
Raw Normal View History

import 'package:flutter_timezone/flutter_timezone.dart';
Future<String> getSystemTimezone() async {
return FlutterTimezone.getLocalTimezone();
}