getRequiredService method

  1. @override
ThemeBackendType getRequiredService ()
override

Returns the required services by the concret theme service object.

TODO(tianhaoz95): consolidate all backend types into a single definition and use the splash screen to get a list/set of them and initialize all required services in one place.

Implementation

@override
ThemeBackendType getRequiredService() {
  return ThemeBackendType.MOCK;
}