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