Future<void> setNewPage(common.Page page) async { return await _croppingChannel.invokeMethod("setNewPage", page.toJson()); }