@override Future<int> cryptoSecretBoxNonceBytes() async { final data = await methodChannel.invokeMethod<int>(secretBoxNonceBytesMethod); return data ?? 0; }