subscriptions property

Map<FlutterService, List<String>> subscriptions
getter/setter pair

A table mapping services to a list of the files being subscribed to the service.

Implementation

Map<FlutterService, List<String>> subscriptions;