@override Future<String?> hiddenWhenLocked() async { final result = await methodChannel.invokeMethod<String>('hiddenWhenLocked'); return result; }