This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.ablefinder.app | |
| import android.os.Bundle | |
| import io.flutter.app.FlutterActivity | |
| import io.flutter.plugins.GeneratedPluginRegistrant | |
| import com.yandex.mapkit.MapKitFactory; | |
| class MainActivity: FlutterActivity() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class Pay2MeApi | |
| { | |
| public $apiKey = ''; | |
| public $secretKey = ''; | |
| public $apiUrl = 'https://api.pay2me.world'; | |
| private $apiVersion = 'v3'; | |
| /** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * by dreddyi | |
| * Date: 12.08.18 | |
| * Time: 4:12 | |
| */ | |
| namespace App\Helpers; | |