trace method
Implementation
Future trace({
String? userId,
required String fromScreen,
required String toScreen,
String? action,
Map? params,
Config? config,
}) async {
throw UnimplementedError('trace() has not been implemented.');
}
Future trace({
String? userId,
required String fromScreen,
required String toScreen,
String? action,
Map? params,
Config? config,
}) async {
throw UnimplementedError('trace() has not been implemented.');
}