alexeyinkin commented on code in PR #24957:
URL: https://github.com/apache/beam/pull/24957#discussion_r1105783422
##########
playground/frontend/lib/modules/analytics/service.dart:
##########
@@ -16,16 +16,12 @@
* limitations under the License.
*/
-import 'package:flutter/widgets.dart';
-import 'package:playground/modules/analytics/analytics_event.dart';
+import 'package:get_it/get_it.dart';
import 'package:playground_components/playground_components.dart';
-import 'package:provider/provider.dart';
-abstract class AnalyticsService {
- AnalyticsEvent? get lastSentEvent;
-
- static AnalyticsService get(BuildContext context) {
- return Provider.of<AnalyticsService>(context, listen: false);
+abstract class AnalyticsService extends GeneralAnalyticsService {
Review Comment:
Simplified back to to `AnalyticsService -> GoogleAnalyticsService.`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]