static Future<void> e({ String? tag, String? content, }) async { Map<String, Object?> map = { "tag": tag, "content": content, }; _channel.invokeMethod("loge", map); }