@override Future<String?> getInitUri() async { try { return await _methodChannel.invokeMethod<String?>('getInitUri'); } catch (e) { return null; } }