buildView method

Widget buildView({
  1. required int creationId,
  2. required PlatformViewCreatedCallback onPlatformViewCreated,
  3. required ArcgisMapOptions mapOptions,
})

Implementation

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