initialize method

Future<void> initialize()

Implementation

Future<void> initialize() => _lock.synchronized(() => _initialize());