Skip to content

Commit 8d387d9

Browse files
add empty override for setMethodCallHandler
1 parent b834ab1 commit 8d387d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

arcgis_map_sdk_web/lib/src/arcgis_map_sdk_web.dart

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ class ArcgisMapWeb extends ArcgisMapPlatform {
4747
_map(mapId).init();
4848
}
4949

50+
@override
51+
Future<void> setMethodCallHandler({
52+
required int mapId,
53+
required Future<dynamic> Function(MethodCall) onCall,
54+
}) async {}
55+
5056
@override
5157
Future<void> moveCamera({
5258
required LatLng point,

0 commit comments

Comments
 (0)