BotnoiClient constructor

BotnoiClient({
  1. required String key,
})

Implementation

BotnoiClient({
  required this.key,
});