Merge branch 'open_tok_call_back' of https://gitlab.com/Cloud_Solution/doctor_app_flutter into elham

merge-requests/147/head
Elham Rababah 6 years ago
commit 28ffcb12a2

@ -86,7 +86,7 @@ class MainActivity : FlutterFragmentActivity(), MethodChannel.MethodCallHandler
val jsonRes = gson.toJson(result)
callResponse["sessionStatus"] = jsonRes
this.result?.success(gson.toJson(callResponse))
this.result?.success(callResponse)
}
if (resultCode == Activity.RESULT_CANCELED) {
val callResponse : HashMap<String, String> = HashMap()

@ -111,7 +111,9 @@ class _DashboardScreenState extends State<DashboardScreen> {
kApiKey: '46803224',
onFailure: (String error) {},
onCallEnd: () {},
callNotRespond: (SessionStatusModel sessionStatusModel) {});
callNotRespond: (SessionStatusModel sessionStatusModel) {
var asd ="";
});
// showCupertinoPicker(

Loading…
Cancel
Save