Future<void> updateLocalView(int viewId) async { await _channel.invokeMethod('updateLocalView', {"viewId": viewId}); }