sqliteService property

SqliteWrapperServiceClient get sqliteService

Implementation

SqliteWrapperServiceClient get sqliteService =>
    _sqliteClient ??= SqliteWrapperServiceClient(_channel,
        interceptors: [AuthInterceptor(getToken)],
        options: CallOptions(
          compression: GzipCodec(),
        ));