import 'dart:convert'; // async variant final imageData = await _controller.toPngBytes(); // must be called in async method final ...
確定! 回上一頁