createActivity method

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

Implementation

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