handleSnapshot method

Future<ServiceExtensionResponse> handleSnapshot(
  1. String method,
  2. Map<String, String> parameters
)

Implementation

Future<ServiceExtensionResponse> handleSnapshot(
  String method,
  Map<String, String> parameters,
) => _vmServiceRegistrar.handleSnapshot(method, parameters);