|
@@ -101,7 +101,7 @@ public class MainActivity extends FlutterActivity {
|
|
|
} catch (JSONException e) {
|
|
|
throw new RuntimeException(e);
|
|
|
}
|
|
|
- EventChannelPlugin.getInstance().sendEventData(response.toString());
|
|
|
+ EventChannelPlugin.getInstance().sendEventData(response);
|
|
|
}
|
|
|
|
|
|
private void checkAndRequestPermissions() {
|