onPipStateChanged property

void Function(PipState state, String? error) onPipStateChanged
final

The callback of the Picture in Picture state changed.

Implementation

final void Function(PipState state, String? error) onPipStateChanged;