getServices method

Returns supported products and metadata

Implementation

Future<FlutterServicesResponse> getServices() {
  return platformInterface.getServices();
}