screenshotWithColor method
Always enables color overlay mode (idempotent — safe to call repeatedly).
Implementation
@override
Future<bool> screenshotWithColor({int color = 0xFF000000}) async {
_enableProtection();
return true;
}
Always enables color overlay mode (idempotent — safe to call repeatedly).
@override
Future<bool> screenshotWithColor({int color = 0xFF000000}) async {
_enableProtection();
return true;
}