clearAppKey method

void clearAppKey()

Remove app-key

Implementation

void clearAppKey() {
  _dio.options.headers.remove('app-key');
}