trace method

Future trace({
  1. String? userId,
  2. required String fromScreen,
  3. required String toScreen,
  4. String? action,
  5. Map? params,
  6. Config? config,
})

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.');
}