@override Future<String?> getInitialLink() async { final link = await methodChannel.invokeMethod<String?>("getInitialLink"); return link; }