mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:28:41 +00:00
7 lines
220 B
Dart
7 lines
220 B
Dart
import 'package:twonly/src/database/twonly_database.dart';
|
|
import 'package:twonly/src/providers/api_provider.dart';
|
|
|
|
late ApiProvider apiProvider;
|
|
|
|
// uses for background notification
|
|
late TwonlyDatabase twonlyDatabase;
|