delete method

Future delete({
  1. required String phone,
})

delete chat

Implementation

Future delete({
  required String phone,
}) async =>
    await wpClient.evaluateJs('''window.WPP.chat.delete(${phone.phoneParse});''',
        methodName: "DeleteChat");