beforeEndClass property

Future<bool> Function()? beforeEndClass
getter/setter pair

beforeEndClass 当结束课堂时,返回false 就不结束课堂,返回true 就结束课堂

Implementation

Future<bool> Function()? beforeEndClass;