Skip to content

Commit 63dbc12

Browse files
committed
Merge remote-tracking branch 'origin/upgrade-dart-and-flutter-versions' into upgrade-dart-and-flutter-versions
2 parents a0fb635 + 8d387d9 commit 63dbc12

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.fvmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"flutter": "3.29.3"
3+
}

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)