simpleTextRepository function Null safety

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

Implementation

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