installed method

Future<bool> installed({
  1. WhatsApp type = WhatsApp.standard,
})

Implementation

Future<bool> installed({WhatsApp type = WhatsApp.standard}) {
  throw UnimplementedError('installed() has not been implemented.');
}