createOrUpdateActivity method

Future createOrUpdateActivity(
  1. String customId,
  2. Map<String, dynamic> data, {
  3. bool removeWhenAppIsKilled = false,
  4. Duration? staleIn,
})

Implementation

Future createOrUpdateActivity(
  String customId,
  Map<String, dynamic> data, {
  bool removeWhenAppIsKilled = false,
  Duration? staleIn,
}) {
  throw UnimplementedError(
      'createOrUpdateActivity() has not been implemented.');
}