verifyWithType method

Future verifyWithType(
  1. String session,
  2. String type
)

Implementation

Future<dynamic> verifyWithType(String session, String type) async {
  return await invoke('Document/Status/$type/$session');
}