retrofit_method 1.0.0
retrofit_method: ^1.0.0 copied to clipboard
retrofit method
example/lib/example.dart
int calculate() {
return 6 * 7;
}
retrofit method
example/lib/example.dart
int calculate() {
return 6 * 7;
}