Searched refs:ErrorRecoveryModule (Results 1 – 3 of 3) sorted by relevance
5 import abi47_0_0.expo.modules.errorrecovery.ErrorRecoveryModule14 ) : ErrorRecoveryModule(context) {
9 …reateExportedModules(context: Context): List<ExportedModule> = listOf(ErrorRecoveryModule(context))
13 open class ErrorRecoveryModule(context: Context) : ExportedModule(context) { class