initialize method

Future<AppwinInitResult> initialize()

Implementation

Future<AppwinInitResult> initialize() {
  throw UnimplementedError('initialize() has not been implemented.');
}