adapterName property

Future<String> adapterName

Implementation

static Future<String> get adapterName async {
  return 'Windows';
}