onStopScreenPinning property

Future<bool> get onStopScreenPinning

Implementation

static Future<bool> get onStopScreenPinning async {
  final bool success = await _channel.invokeMethod('onStopScreenPinning');
  return success;
}