insertNetworkImage method

void insertNetworkImage(
  1. String url, {
  2. String filename = '',
})

Insert a network image at the position of the cursor in the editor

Implementation

void insertNetworkImage(String url, {String filename = ''}) {}