testOnlySimulateShowDialogOrSheet<TResult> method
Implementation
void testOnlySimulateShowDialogOrSheet<TResult>(AFScreenID screenId, Function(dynamic) onReturn) async {
testOnlyDialogCompleters[screenId] = onReturn;
}
void testOnlySimulateShowDialogOrSheet<TResult>(AFScreenID screenId, Function(dynamic) onReturn) async {
testOnlyDialogCompleters[screenId] = onReturn;
}