We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0fb635 + 8d387d9 commit 63dbc12Copy full SHA for 63dbc12
.fvmrc
@@ -0,0 +1,3 @@
1
+{
2
+ "flutter": "3.29.3"
3
+}
arcgis_map_sdk_web/lib/src/arcgis_map_sdk_web.dart
@@ -47,6 +47,12 @@ class ArcgisMapWeb extends ArcgisMapPlatform {
47
_map(mapId).init();
48
}
49
50
+ @override
51
+ Future<void> setMethodCallHandler({
52
+ required int mapId,
53
+ required Future<dynamic> Function(MethodCall) onCall,
54
+ }) async {}
55
+
56
@override
57
Future<void> moveCamera({
58
required LatLng point,
0 commit comments