AppStateObserver constructor

const AppStateObserver({
  1. required void call(
    1. bool back
    ),
})

Implementation

const AppStateObserver({
  required this.call,
});