6 lines
99 B
Dart
6 lines
99 B
Dart
import 'package:dio/dio.dart';
|
|
|
|
var dio = Dio(BaseOptions(
|
|
baseUrl: "http://localhost:8080",
|
|
));
|