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