| Index: samples/pop_pop_win/lib/platform_target.dart
|
| diff --git a/samples/third_party/pop-pop-win/lib/platform_target.dart b/samples/pop_pop_win/lib/platform_target.dart
|
| similarity index 83%
|
| rename from samples/third_party/pop-pop-win/lib/platform_target.dart
|
| rename to samples/pop_pop_win/lib/platform_target.dart
|
| index 4d0b6640e54f58a6c731951361a0df6f2c369c50..c99d9e0e29918bdbd923cbd836c77b59ff298caa 100644
|
| --- a/samples/third_party/pop-pop-win/lib/platform_target.dart
|
| +++ b/samples/pop_pop_win/lib/platform_target.dart
|
| @@ -22,12 +22,6 @@ abstract class PlatformTarget {
|
|
|
| Future<String> getValue(String key);
|
|
|
| - void trackAnalyticsEvent(String category, String action, [String label,
|
| - int value]) {
|
| - print('Analytics:: '
|
| - 'category: $category; action: $action; label: $label; value: $value');
|
| - }
|
| -
|
| bool get renderBig;
|
|
|
| bool get showAbout;
|
|
|