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