create abstract method

Future<SoundboardSound> create(
  1. Object guildId, {
  2. required String name,
  3. required String sound,
  4. double? volume,
  5. Object? emojiId,
  6. String? emojiName,
  7. String? reason,
})

Implementation

Future<SoundboardSound> create(
  Object guildId, {
  required String name,
  required String sound,
  double? volume,
  Object? emojiId,
  String? emojiName,
  String? reason,
});