setCapturedHandler method

void setCapturedHandler(
  1. dynamic onCaptured(
    1. bool isCaptured
    )
)

Sets a handler for screen capture status changes.

Implementation

void setCapturedHandler(Function(bool isCaptured) onCaptured) {
  throw UnimplementedError('setCapturedHandler() has not been implemented.');
}