onInactive method

  1. @override
void onInactive()

Implementation

@override
void onInactive() {
  print('onInative');
}