createOrUpdateActivity method

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

Implementation

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