I was implementing WillPopScope solution from Stackoverflow question. Android studio complaining about that. I wanted you to inform you.
'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.
'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.
Hi there,
I was implementing WillPopScope solution from Stackoverflow question. Android studio complaining about that. I wanted you to inform you.
'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre. (Documentation) Try replacing the use of the deprecated member with the replacement. 'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre. (Documentation) Try replacing the use of the deprecated member with the replacement.