@override Future<Uri> getSessionUri() { return _channel .invokeMethod('getSessionUri') .then((value) => Uri.parse(value)); }