issues
search
flutter-tizen
/
engine
The Flutter engine
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
6
stars
19
forks
source link
Remove deprecated APIs in AppControlChannel
#255
Closed
swift-kim
closed
2 years ago
swift-kim
commented
2 years ago
Remove support for the
create
and
dispose
methods and the
requestId
argument of the
reply
method which are deprecated as of
https://github.com/flutter-tizen/engine/pull/183
and
https://github.com/flutter-tizen/engine/pull/184
.
Avoid type deduction (
auto
) and use explicit types when appropriate. (Ground rule:
https://google.github.io/styleguide/cppguide.html#Type_deduction
)
create
anddispose
methods and therequestId
argument of thereply
method which are deprecated as of https://github.com/flutter-tizen/engine/pull/183 and https://github.com/flutter-tizen/engine/pull/184.auto
) and use explicit types when appropriate. (Ground rule: https://google.github.io/styleguide/cppguide.html#Type_deduction)