startupBlock method

  1. @override
Future<void> startupBlock()
override

The function run at startup by MBurger, initializes the plugin and do the startup work. It start the timer to check and send events and views to the server.

Implementation

@override
Future<void> startupBlock() async {
  MBAutomationTrackingManager.shared.startTimer();
}