ConfigureConnectionCallback typedef
This method will be called on the main thread when ExternalMapDataSourceClient.configureRemoteConnectionAsync has been completed.
errorCodeRepresents the operation status. It is 'null' for an operation that succeeds.
Implementation
typedef ConfigureConnectionCallback = void Function(ExternalMapDataSourceErrorCode? errorCode);