simpleTextRepository function

SimpleTextRepository? simpleTextRepository({
  1. String? appId,
})

Implementation

SimpleTextRepository? simpleTextRepository({String? appId}) =>
    AbstractRepositorySingleton.singleton.simpleTextRepository(appId);