mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-17 18:49:55 +08:00

This is not perfect as we do not get an event for the first page. https://github.com/flutter/flutter/issues/19249
8 lines
166 B
Dart
8 lines
166 B
Dart
import 'package:journal/app.dart';
|
|
|
|
import 'package:firebase_analytics/firebase_analytics.dart';
|
|
|
|
FirebaseAnalytics getAnalytics() {
|
|
return JournalApp.analytics;
|
|
}
|