POFactory<T> typedef
POFactory<T> =
T Function(PageLoaderElement context)
Function for PageObject constructor. Typically in form: (c) => SomePO.create(c)
Implementation
typedef POFactory<T> = T Function(PageLoaderElement context);