closeBot static method

Future<bool> closeBot()

Implementation

static Future<bool> closeBot() async {
  bool isBotClosed = await _channel.invokeMethod('closeBot');
  return isBotClosed;
}