initialize method

Future initialize(
  1. FlyreelConfig config
)

Implementation

Future initialize(FlyreelConfig config) {
  throw UnimplementedError('initialize() has not been implemented.');
}