identifier property

  1. @override
String get identifier

Unique identifier for this plugin. In most cases this should be the package name.

Implementation

@override
String get identifier => 'package:http';