Add mmap dependency to flutter_frontend_server (#39090)

In a follow-up change in Dart SDK, package:compiler (a dependency of
flutter_frontend_server) will start using package:mmap
diff --git a/flutter_frontend_server/pubspec.yaml b/flutter_frontend_server/pubspec.yaml
index 4f5bc20..b492661 100644
--- a/flutter_frontend_server/pubspec.yaml
+++ b/flutter_frontend_server/pubspec.yaml
@@ -77,6 +77,8 @@
     path: ../testing/litetest
   meta:
     path: ../../third_party/dart/pkg/meta
+  mmap:
+    path: ../../third_party/dart/pkg/mmap
   package_config:
     path: ../../third_party/dart/third_party/pkg/package_config
   path: