Future<void> goBackOrForward(int i) async { return await _channel.invokeMethod('goBackOrForward', { 'i': i, }); }