initialize method
Initializes the platform-specific implementation.
Called after Dart initialization to set up native resources.
Implementation
Future<void> initialize({required LocationConfig config}) async {
throw UnimplementedError('initialize() has not been implemented.');
}