exit method

void exit (
  1. {@required String className,
  2. @required String methodName}
)

Implementation

static void exit({@required String className, @required String methodName}){
  _channel.invokeMethod(LOGGER_EXIT, <String,dynamic>{CLASSNAME: className, METHODNAME: methodName});
}