setDefaultAnimationType static method

void setDefaultAnimationType(
  1. SVProgressHUDAnimationType type
)

Implementation

static void setDefaultAnimationType(SVProgressHUDAnimationType type) {
  Map<String, dynamic> arguments = {'type': type.name};
  _channel.invokeMethod('setDefaultAnimationType', arguments);
}