restEndpoint method Null safety
override
The endpoint path to access provided a query. Must include a leading slash.
Implementation
@override
String? restEndpoint({query, instance}) =>
RunFileSyncEndpointHelper.restEndpoint(query, instance);