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