destroy method

Future<String?> destroy()

Implementation

Future<String?> destroy()
{
  throw UnimplementedError('destroy() has not been implemented');
}