getGeneralSettings method

ResponseFuture<GetGeneralSettingsResponse> getGeneralSettings(
  1. GetGeneralSettingsRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.GetGeneralSettingsResponse> getGeneralSettings($0.GetGeneralSettingsRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getGeneralSettings, request, options: options);
}