initialize method

Future<void> initialize()

Implementation

Future<void> initialize() {
  return instanceManager.initialize();
}