Future<String> setBotId(String botId) async { String isBotIdAssigned = await methodChannel.invokeMethod('setBotId', {"botId": botId}); return isBotIdAssigned; }