removeAlias method

Future<Map> removeAlias(
  1. String alias
)

移除别名

Implementation

Future<Map<dynamic, dynamic>> removeAlias(String alias) async {
  throw UnimplementedError('removeAlias() has not been implemented.');
}