remove param context
This commit is contained in:
parent
3d1272dee2
commit
c139350de6
2 changed files with 1 additions and 15 deletions
|
|
@ -9,12 +9,10 @@ import '../mih_components/mih_pop_up_messages/mih_error_message.dart';
|
|||
import 'package:supertokens_flutter/http.dart' as http;
|
||||
|
||||
class MihBusinessDetailsServices {
|
||||
|
||||
Future<Business?> getBusinessDetails(
|
||||
String app_id,
|
||||
BuildContext context,
|
||||
) async {
|
||||
var response = await http.get(
|
||||
var response = await http.get(
|
||||
Uri.parse("${AppEnviroment.baseApiUrl}/business/app_id/$app_id"),
|
||||
headers: <String, String>{
|
||||
"Content-Type": "application/json; charset=UTF-8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue