@override Future<void> initFoxHat(String apiKey) async { await methodChannel.invokeMethod('init', {'apiToken': apiKey}); }