headers method

Future<Map<String, dynamic>> headers()

Implementation

Future<Map<String, dynamic>> headers() async {
  return {};
}