oauth method

Future<Map?> oauth(
  1. dynamic url
)

Implementation

Future<Map?> oauth(url) {
  throw UnimplementedError('oauth() has not been implemented.');
}