showEmojiPickerWith method

void showEmojiPickerWith(
  1. String? initialEmoji,
  2. void callback(
    1. String
    )
)

Implementation

void showEmojiPickerWith(
    String? initialEmoji, void Function(String) callback) {
  throw UnimplementedError('platformVersion() has not been implemented.');
}