@override Future<String?> getInitialUri() async { final result = await methodChannel.invokeMethod<String>('getInitialUri'); return result; }