onStart method

  1. @override
void onStart()

Called when tracking starts

Implementation

@override
void onStart() {
  _getDeviceInfo();
}