Save document Return value: true if the save is successful, false if the save fails.
Future<bool> save() async { return await _channel.invokeMethod('save'); }