Future<String?> editImage(String filePath, String text) async{ return FlutterImageEditWatermarkPlatform.instance.editImage(filePath, text); }