@override Future<bool> canGoBack() async { return await _channel.invokeMethod<bool>('$_name/canGoBack') ?? false; }