onInitialize method

  1. @override
void onInitialize(
  1. LocationService service
)
override

Callback on initialize.

Is to be overridden in sub-classes. Note, however, that it must not be doing a lot of work on startup.

Implementation

@override
// ignore: avoid_renaming_method_parameters
void onInitialize(LocationService service) {}