Skip to content

Commit

Permalink
A minor cleanup (apache#24779)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyinkin committed Jan 4, 2023
1 parent 4920429 commit 0b7cb4b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import 'package:playground_components/playground_components.dart';
import 'package:provider/provider.dart';

abstract class AnalyticsService {
AnalyticsEvent? lastSentEvent;
AnalyticsEvent? get lastSentEvent;

static AnalyticsService get(BuildContext context) {
return Provider.of<AnalyticsService>(context, listen: false);
Expand Down

0 comments on commit 0b7cb4b

Please sign in to comment.