reportEvent abstract method
Reports an event with a specified eventName.
Be aware that those methods are helper methods and are internally attaching the value to the latest opened action.
If there is no open action, the value will not be reported.
Example:
import 'package:dynatrace_flutter_plugin/dynatrace_flutter_plugin.dart';
Dynatrace().reportEvent('MyEvent');
For more information, see Dynatrace documentation.
Implementation
void reportEvent(String? eventName, {Platform? platform});