createActivity method

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

Implementation

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