SqliteWrapperGRPC.withHostAndPort constructor
SqliteWrapperGRPC.withHostAndPort({})
Implementation
SqliteWrapperGRPC.withHostAndPort(
{String host = 'localhost', int port = 50051, bool secure = false}) {
_serviceManager =
GrpcServiceManager(host: host, port: port, secure: secure);
}