buildView method
Widget
buildView({
- required int creationId,
- required PlatformViewCreatedCallback onPlatformViewCreated,
- required ArcgisMapOptions mapOptions,
Implementation
Widget buildView({
required int creationId,
required PlatformViewCreatedCallback onPlatformViewCreated,
required ArcgisMapOptions mapOptions,
}) {
throw UnimplementedError('buildView() has not been implemented.');
}