onStartScreenPinning property

Future<bool> onStartScreenPinning

Implementation

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