logScreenView abstract method

Future<void> logScreenView({
  1. required String screenName,
  2. String? screenClass,
})

On real applications, the event should be loggedan analytics Screen View

Implementation

Future<void> logScreenView({
  required String screenName,
  String? screenClass,
});