getWorkerCurrentRunConfig method
Implementation
@override
Future<WorkerCurrentRunConfig> getWorkerCurrentRunConfig(grpc.ServiceCall call, Empty request) async {
final ans = _workerSuperRunStore.calcCurrentRunConfig();
Log.d(_kTag,
'getWorkerCurrentRunConfig ans=$ans currSuperRunController=${_workerSuperRunStore.currSuperRunController}');
return ans;
}