initService method

  1. @override
FutureOr<bool> initService()
override

Implementation

@override
FutureOr<bool> initService() {
  return true;
}