getNigeriaBanks method

Future getNigeriaBanks()

Implementation

Future<dynamic> getNigeriaBanks() async {
  _performance();
  return Verifier(
    appID: app_id,
    apiKey: api_key,
  ).getBanks();
}