sleep static method

Future<bool?> sleep()

Implementation

static Future<bool?> sleep() {
  return ChannelTalkFlutterPlatform.instance.sleep();
}