handle method
- MethodCall call
Implementation
Future<void> handle(MethodCall call) async {
switch(call.method) {
case "getConfidentialBounds":
emitBounds();
}
}
Future<void> handle(MethodCall call) async {
switch(call.method) {
case "getConfidentialBounds":
emitBounds();
}
}