initialize method

Future<Map?> initialize(
  1. bool androidNeverForLocation
)

Implementation

Future<Map<dynamic, dynamic>?> initialize(bool androidNeverForLocation) {
  throw UnimplementedError('initialize() has not been implemented.');
}