initializeService method

Future<void> initializeService()

Implementation

Future<void> initializeService() async {
  return _initializeService();
}