initServiceManager method
Implementation
void initServiceManager(
{String host = 'localhost', int port = 50051, bool secure = false}) {
_serviceManager =
GrpcServiceManager(host: host, port: port, secure: secure);
}
void initServiceManager(
{String host = 'localhost', int port = 50051, bool secure = false}) {
_serviceManager =
GrpcServiceManager(host: host, port: port, secure: secure);
}