update method

  1. @override
Future<bool> update([
  1. Map<String, dynamic>? body
])
override

更新

Implementation

@override
Future<bool> update([Map<String, dynamic>? body]) async {
  throw Exception('role no update operation');
}